home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compute! Gazette 1985 November
/
1985-11.d64
/
auto file.boot
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-09-20
|
556b
|
16 lines
100 poke53280,14:poke53281,14
110 print"[147] this program will create a file"
120 print" on your disk called "chr$(34)".dir"chr$(34)"."
130 print" since the gazette disk is write"
140 print" protected, the file "chr$(34)".dir"chr$(34)" has"
150 print" already been created on this disk."
160 print" to use "chr$(34)"auto file"chr$(34)" with another"
170 print" disk, copy it onto the disk and
180 [153]" then load and run it.
190 print"[144] [press any key to reload menu][154]"
200 poke198,0:wait198,1:print"[147]";
1000 ifa=0 then a=1:load"nt",8
1010 a$="run"+chr$(13):poke198,len(a$)
1020 fori=1tolen(a$):poke630+i,asc(mid$(a$,i)):next
1030 new